type github.com/gotd/td/internal/exchange.unencryptedWriter

10 uses

	github.com/gotd/td/internal/exchange (current package)
		client.go#L13: 	unencryptedWriter
		flow.go#L68: func (e Exchanger) unencryptedWriter(input, output proto.MessageType) unencryptedWriter {
		flow.go#L69: 	return unencryptedWriter{
		proto.go#L16: type unencryptedWriter struct {
		proto.go#L24: func (w unencryptedWriter) writeUnencrypted(ctx context.Context, b *bin.Buffer, data bin.Encoder) error {
		proto.go#L44: func (w unencryptedWriter) tryRead(ctx context.Context, b *bin.Buffer) error {
		proto.go#L55: func (w unencryptedWriter) isClient() bool {
		proto.go#L59: func (w unencryptedWriter) readUnencrypted(ctx context.Context, b *bin.Buffer, data bin.Decoder) error {
		proto.go#L88: func (w unencryptedWriter) checkMsgID(id int64) error {
		server.go#L13: 	unencryptedWriter